projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1c8c6
)
(calc-octal-radix, calc-hex-radix): Add spec.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Fri, 20 Nov 2009 01:09:03 +0000
(
01:09
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Fri, 20 Nov 2009 01:09:03 +0000
(
01:09
+0000)
lisp/calc/calc-bin.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-bin.el
b/lisp/calc/calc-bin.el
index a011b06c28aedae7843e498fc444023105599bed..5aa41aab6017a6468011a9b32043623a0d9fd60e 100644
(file)
--- a/
lisp/calc/calc-bin.el
+++ b/
lisp/calc/calc-bin.el
@@
-823,7
+823,7
@@
the size of a Calc bignum digit.")
;;; Two's complement mode
(defun math-format-twos-complement (a)
- "Format an integer in
complement signed
mode."
+ "Format an integer in
two's complement
mode."
(let* (;(calc-leading-zeros t)
(overflow nil)
(negative nil)